QuickObjects.DBLibrary Send comments on this topic.
RunSQLWithNoReturn(String,IDataParameter[]) Method
See Also 
Akal.QuickObjects.DBLibrary Namespace > DatabaseObjectSQL Class > RunSQLWithNoReturn Method : RunSQLWithNoReturn(String,IDataParameter[]) Method
sqlCommand
parameterValues

RunSQLWithNoReturn

This method runs a SQL Command and returns the number of records affected.

Parameters:
Description
sqlCommandSQL command to be executed.
parameterValuesAn array of objects to be assigned as the input values of the stored procedure.

Returns:
Type
System.Int32

Syntax

C# 
public int RunSQLWithNoReturn( 
   string sqlCommand,
   params IDataParameter[] parameterValues
)

Parameters

sqlCommand
parameterValues

Requirements

Target Platforms: .NET Framework 1.1 or .NET Framework 2.0

See Also